Skip to content

Commit 10a9a9a

Browse files
committed
modify gridstore.h
1 parent dcec5ed commit 10a9a9a

File tree

1 file changed

+3
-59
lines changed

1 file changed

+3
-59
lines changed

include/gridstore.h

Lines changed: 3 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
/*------------------------------------------------------------------*/
2-
// Copyright (c) 2012 Toshiba Solutions Corporation. All Rights Reserved.
3-
/*------------------------------------------------------------------*/
4-
5-
1+
/*
2+
Copyright (c) 2012 TOSHIBA CORPORATION.
3+
*/
64
#ifndef GRIDSTORE_H_
75
#define GRIDSTORE_H_
86

@@ -26,7 +24,6 @@
2624
#define GS_CLIENT_VERSION_MINOR 1
2725
#endif
2826

29-
3027
#ifdef __cplusplus
3128
extern "C" {
3229
#endif
@@ -78,23 +75,18 @@ extern "C" {
7875

7976
#if GS_DEPRECATED_FUNC_ENABLED
8077

81-
8278
#ifndef GS_COMPATIBILITY_FACTORY_BETA_0_3
8379
#define GS_COMPATIBILITY_FACTORY_BETA_0_3 0
8480
#endif
8581

86-
87-
8882
#ifndef GS_COMPATIBILITY_TIME_SETIES_PROPERTIES_0_0_10
8983
#define GS_COMPATIBILITY_TIME_SETIES_PROPERTIES_0_0_10 0
9084
#endif
9185

92-
9386
#ifndef GS_COMPATIBILITY_TIME_SETIES_SAMPLING_BETA_0_1
9487
#define GS_COMPATIBILITY_TIME_SETIES_SAMPLING_BETA_0_1 0
9588
#endif
9689

97-
9890
#ifndef GS_COMPATIBILITY_GET_MULTIPLE_ROWS_BETA_0_3
9991
#define GS_COMPATIBILITY_GET_MULTIPLE_ROWS_BETA_0_3 0
10092
#endif
@@ -1015,9 +1007,6 @@ typedef union GSValueTag {
10151007

10161008

10171009

1018-
1019-
1020-
10211010
GS_DLL_PUBLIC void GS_API_CALL gsCloseFactory(
10221011
GSGridStoreFactory **factory, GSBool allRelated);
10231012

@@ -1070,9 +1059,6 @@ GS_DLL_PUBLIC GS_DEPRECATED_FUNC(
10701059

10711060

10721061

1073-
1074-
1075-
10761062
GS_DLL_PUBLIC void GS_API_CALL gsCloseGridStore(
10771063
GSGridStore **store, GSBool allRelated);
10781064

@@ -1382,9 +1368,6 @@ GS_DLL_PUBLIC GSResult GS_API_CALL gsCreateRowKeyPredicate(
13821368

13831369

13841370

1385-
1386-
1387-
13881371
GS_DLL_PUBLIC void GS_API_CALL gsCloseContainer(
13891372
GSContainer **container, GSBool allRelated);
13901373

@@ -1488,9 +1471,6 @@ GS_DLL_PUBLIC GSResult GS_API_CALL gsCreateRowByContainer(
14881471

14891472

14901473

1491-
1492-
1493-
14941474
GS_DLL_PUBLIC GSResult GS_API_CALL gsAbort(GSContainer *container);
14951475

14961476

@@ -1506,9 +1486,6 @@ GS_DLL_PUBLIC GSResult GS_API_CALL gsSetAutoCommit(
15061486

15071487

15081488

1509-
1510-
1511-
15121489
GS_DLL_PUBLIC GSResult GS_API_CALL gsGetRowByInteger(
15131490
GSContainer *container, int32_t key, void *rowObj,
15141491
GSBool forUpdate, GSBool *exists);
@@ -1582,9 +1559,6 @@ GS_DLL_PUBLIC GSResult GS_API_CALL gsDeleteRowByString(
15821559

15831560

15841561

1585-
1586-
1587-
15881562
GS_DLL_PUBLIC GSResult GS_API_CALL gsQueryByGeometry(
15891563
GSCollection *collection, const GSChar *column, const GSChar *geometry,
15901564
GSGeometryOperator geometryOp, GSQuery **query);
@@ -1605,9 +1579,6 @@ GS_DLL_PUBLIC GS_DEPRECATED_FUNC(
16051579

16061580

16071581

1608-
1609-
1610-
16111582
GS_DLL_PUBLIC GSResult GS_API_CALL gsAggregateTimeSeries(
16121583
GSTimeSeries *timeSeries, GSTimestamp start, GSTimestamp end,
16131584
const GSChar *column, GSAggregation aggregation,
@@ -1671,9 +1642,6 @@ GS_DLL_PUBLIC GS_DEPRECATED_FUNC(GSResult GS_API_CALL
16711642
#endif
16721643

16731644

1674-
1675-
1676-
16771645
#if GS_COMPATIBILITY_SUPPORT_1_5
16781646

16791647

@@ -1891,9 +1859,6 @@ GS_DLL_PUBLIC GSResult GS_API_CALL gsGetRowFieldAsTimestampArray(
18911859

18921860

18931861

1894-
1895-
1896-
18971862
GS_DLL_PUBLIC void GS_API_CALL gsCloseQuery(GSQuery **query);
18981863

18991864

@@ -1915,9 +1880,6 @@ GS_DLL_PUBLIC GSResult GS_API_CALL gsGetRowSet(
19151880

19161881

19171882

1918-
1919-
1920-
19211883
GS_DLL_PUBLIC void GS_API_CALL gsCloseRowSet(GSRowSet **rowSet);
19221884

19231885

@@ -1951,9 +1913,6 @@ GS_DLL_PUBLIC GSResult GS_API_CALL gsUpdateCurrentRow(
19511913

19521914

19531915

1954-
1955-
1956-
19571916
GS_DLL_PUBLIC void GS_API_CALL gsCloseAggregationResult(
19581917
GSAggregationResult **aggregationResult);
19591918

@@ -1963,9 +1922,6 @@ GS_DLL_PUBLIC GSBool GS_API_CALL gsGetAggregationValue(
19631922
GSType valueType);
19641923

19651924

1966-
1967-
1968-
19691925
#if GS_COMPATIBILITY_SUPPORT_1_5
19701926

19711927

@@ -2101,9 +2057,6 @@ GS_DLL_PUBLIC GSResult GS_API_CALL gsAddPredicateKeyByTimestamp(
21012057
#endif
21022058

21032059

2104-
2105-
2106-
21072060
#if GS_COMPATIBILITY_SUPPORT_1_5
21082061

21092062

@@ -2154,9 +2107,6 @@ GS_DLL_PUBLIC GSResult GS_API_CALL gsGetPartitionIndexOfContainer(
21542107

21552108

21562109

2157-
2158-
2159-
21602110
GS_DLL_PUBLIC GSTimestamp GS_API_CALL gsCurrentTime();
21612111

21622112

@@ -2175,9 +2125,6 @@ GS_DLL_PUBLIC GSBool GS_API_CALL gsParseTime(
21752125

21762126

21772127

2178-
2179-
2180-
21812128
GS_DLL_PUBLIC size_t GS_API_CALL gsGetErrorStackSize(
21822129
void *gsResource);
21832130

@@ -2211,9 +2158,6 @@ GS_DLL_PUBLIC GSBool GS_API_CALL gsIsTimeoutError(GSResult result);
22112158
#endif
22122159

22132160

2214-
2215-
2216-
22172161
#if GS_EXPERIMENTAL_TOOL_ENABLED
22182162
typedef struct GSExperimentalRowIdTag {
22192163
struct {

0 commit comments

Comments
 (0)