Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit 969f2ec

Browse files
t-bbourtemb
authored andcommitted
filedatabase.cpp: Remove stray semicolon
Found with gcc 7.3 and debug build
1 parent b8240f7 commit 969f2ec

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

cppapi/client/filedatabase.cpp

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ t_device* search_device(t_server& s, string& name)
115115
{
116116
if (equalsIgnoreCase(s.devices[j]->name, name))
117117
return s.devices[j];
118-
};
118+
}
119119

120120
return NULL;
121121
}
@@ -1246,7 +1246,7 @@ CORBA::Any* FileDatabase :: DbGetDeviceProperty(CORBA::Any& send)
12461246
// cout << "data_out[" << i << "] = " << (*data_out)[i] << endl;
12471247

12481248
return any_ptr;
1249-
};
1249+
}
12501250

12511251
CORBA::Any* FileDatabase :: DbPutDeviceProperty(CORBA::Any& send)
12521252
{
@@ -1307,7 +1307,7 @@ CORBA::Any* FileDatabase :: DbPutDeviceProperty(CORBA::Any& send)
13071307

13081308
write_file();
13091309
return any_ptr;
1310-
};
1310+
}
13111311

13121312
CORBA::Any* FileDatabase :: DbDeleteDeviceProperty(CORBA::Any& send)
13131313
{
@@ -1344,7 +1344,7 @@ CORBA::Any* FileDatabase :: DbDeleteDeviceProperty(CORBA::Any& send)
13441344
write_file();
13451345
return any_ptr;
13461346

1347-
};
1347+
}
13481348

13491349

13501350
CORBA::Any* FileDatabase :: DbGetDeviceAttributeProperty(CORBA::Any& send)
@@ -1438,7 +1438,7 @@ CORBA::Any* FileDatabase :: DbGetDeviceAttributeProperty(CORBA::Any& send)
14381438

14391439
return any_ptr;
14401440

1441-
};
1441+
}
14421442

14431443

14441444
CORBA::Any* FileDatabase :: DbPutDeviceAttributeProperty(CORBA::Any& send)
@@ -1533,7 +1533,7 @@ CORBA::Any* FileDatabase :: DbPutDeviceAttributeProperty(CORBA::Any& send)
15331533
}
15341534
write_file();
15351535
return ret;
1536-
};
1536+
}
15371537

15381538

15391539
CORBA::Any* FileDatabase :: DbDeleteDeviceAttributeProperty(CORBA::Any& send)
@@ -1577,7 +1577,7 @@ CORBA::Any* FileDatabase :: DbDeleteDeviceAttributeProperty(CORBA::Any& send)
15771577
write_file();
15781578
return ret;
15791579

1580-
};
1580+
}
15811581

15821582

15831583
CORBA::Any* FileDatabase :: DbGetClassProperty(CORBA::Any& send)
@@ -1670,7 +1670,7 @@ CORBA::Any* FileDatabase :: DbGetClassProperty(CORBA::Any& send)
16701670
cout4 << "FILEDATABASE: ending DbGetClassProperty" << endl;
16711671

16721672
return any_ptr;
1673-
};
1673+
}
16741674

16751675

16761676
CORBA::Any* FileDatabase :: DbPutClassProperty(CORBA::Any& send)
@@ -1739,7 +1739,7 @@ CORBA::Any* FileDatabase :: DbPutClassProperty(CORBA::Any& send)
17391739

17401740
write_file();
17411741
return ret;
1742-
};
1742+
}
17431743

17441744

17451745
CORBA::Any* FileDatabase :: DbDeleteClassProperty(CORBA::Any& send)
@@ -1775,7 +1775,7 @@ CORBA::Any* FileDatabase :: DbDeleteClassProperty(CORBA::Any& send)
17751775
CORBA::Any* ret = new CORBA::Any;
17761776
write_file();
17771777
return ret;
1778-
};
1778+
}
17791779

17801780

17811781
CORBA::Any* FileDatabase :: DbGetClassAttributeProperty(CORBA::Any& send)
@@ -1866,7 +1866,7 @@ CORBA::Any* FileDatabase :: DbGetClassAttributeProperty(CORBA::Any& send)
18661866
(*any_ptr) <<= data_out;
18671867

18681868
return any_ptr;
1869-
};
1869+
}
18701870

18711871

18721872
CORBA::Any* FileDatabase :: DbPutClassAttributeProperty(CORBA::Any& send)
@@ -1963,7 +1963,7 @@ CORBA::Any* FileDatabase :: DbPutClassAttributeProperty(CORBA::Any& send)
19631963

19641964
write_file();
19651965
return ret;
1966-
};
1966+
}
19671967

19681968

19691969
CORBA::Any* FileDatabase :: DbDeleteClassAttributeProperty(CORBA::Any&)
@@ -1973,7 +1973,7 @@ CORBA::Any* FileDatabase :: DbDeleteClassAttributeProperty(CORBA::Any&)
19731973
(const char *)"Call to a Filedatabase not implemented.",
19741974
(const char *)"Filedatabase::DbDeleteClassAttributeProperty");
19751975
return ret;
1976-
};
1976+
}
19771977

19781978

19791979
CORBA::Any* FileDatabase :: DbGetDeviceList(CORBA::Any& send)
@@ -2034,7 +2034,7 @@ CORBA::Any* FileDatabase :: DbGetDeviceList(CORBA::Any& send)
20342034

20352035
(*any_ptr) <<= data_out;
20362036
return any_ptr;
2037-
};
2037+
}
20382038

20392039

20402040
CORBA::Any* FileDatabase :: DbInfo(CORBA::Any&){
@@ -2089,7 +2089,7 @@ CORBA::Any* FileDatabase :: DbInfo(CORBA::Any&){
20892089
(*any_ptr) <<= data_out;
20902090

20912091
return any_ptr;
2092-
};
2092+
}
20932093

20942094
CORBA::Any* FileDatabase :: DbImportDevice(CORBA::Any&)
20952095
{
@@ -2100,7 +2100,7 @@ CORBA::Any* FileDatabase :: DbImportDevice(CORBA::Any&)
21002100
(const char *)"Filedatabase::DbImportDevice");
21012101

21022102
return ret;
2103-
};
2103+
}
21042104

21052105

21062106
CORBA::Any* FileDatabase :: DbExportDevice(CORBA::Any&)
@@ -2111,7 +2111,7 @@ CORBA::Any* FileDatabase :: DbExportDevice(CORBA::Any&)
21112111
(const char *)"Filedatabase::DbExportDevice");
21122112

21132113
return ret;
2114-
};
2114+
}
21152115

21162116

21172117
CORBA::Any* FileDatabase :: DbUnExportDevice(CORBA::Any&)
@@ -2122,7 +2122,7 @@ CORBA::Any* FileDatabase :: DbUnExportDevice(CORBA::Any&)
21222122
(const char *)"Filedatabase::DbUnExportDevice");
21232123

21242124
return ret;
2125-
};
2125+
}
21262126

21272127

21282128
CORBA::Any* FileDatabase :: DbAddDevice(CORBA::Any&)
@@ -2133,7 +2133,7 @@ CORBA::Any* FileDatabase :: DbAddDevice(CORBA::Any&)
21332133
(const char *)"Filedatabase::DbAddDevice");
21342134

21352135
return ret;
2136-
};
2136+
}
21372137

21382138

21392139
CORBA::Any* FileDatabase :: DbDeleteDevice(CORBA::Any&)
@@ -2144,7 +2144,7 @@ CORBA::Any* FileDatabase :: DbDeleteDevice(CORBA::Any&)
21442144
(const char *)"Filedatabase::DbDeleteDevice");
21452145

21462146
return ret;
2147-
};
2147+
}
21482148

21492149

21502150
CORBA::Any* FileDatabase :: DbAddServer(CORBA::Any&)
@@ -2155,7 +2155,7 @@ CORBA::Any* FileDatabase :: DbAddServer(CORBA::Any&)
21552155
(const char *)"Filedatabase::DbAddServer");
21562156

21572157
return ret;
2158-
};
2158+
}
21592159

21602160

21612161
CORBA::Any* FileDatabase :: DbDeleteServer(CORBA::Any&)
@@ -2166,7 +2166,7 @@ CORBA::Any* FileDatabase :: DbDeleteServer(CORBA::Any&)
21662166
(const char *)"Filedatabase::DbDeleteServer");
21672167

21682168
return ret;
2169-
};
2169+
}
21702170

21712171

21722172
CORBA::Any* FileDatabase :: DbExportServer(CORBA::Any&)
@@ -2177,7 +2177,7 @@ CORBA::Any* FileDatabase :: DbExportServer(CORBA::Any&)
21772177
(const char *)"Filedatabase::DbExportServer");
21782178

21792179
return ret;
2180-
};
2180+
}
21812181

21822182

21832183
CORBA::Any* FileDatabase :: DbUnExportServer(CORBA::Any&)
@@ -2188,7 +2188,7 @@ CORBA::Any* FileDatabase :: DbUnExportServer(CORBA::Any&)
21882188
(const char *)"Filedatabase::DbExportDevice");
21892189

21902190
return ret;
2191-
};
2191+
}
21922192

21932193

21942194
CORBA::Any* FileDatabase :: DbGetServerInfo(CORBA::Any&)
@@ -2199,7 +2199,7 @@ CORBA::Any* FileDatabase :: DbGetServerInfo(CORBA::Any&)
21992199
(const char *)"Filedatabase::DbGetServerInfo");
22002200

22012201
return ret;
2202-
};
2202+
}
22032203

22042204

22052205

@@ -2213,7 +2213,7 @@ CORBA::Any* FileDatabase :: DbGetDeviceMemberList(CORBA::Any&)
22132213
(*any_ptr) <<= argout;
22142214

22152215
return any_ptr;
2216-
};
2216+
}
22172217

22182218

22192219
CORBA::Any* FileDatabase :: DbGetDeviceExportedList(CORBA::Any&)
@@ -2224,7 +2224,7 @@ CORBA::Any* FileDatabase :: DbGetDeviceExportedList(CORBA::Any&)
22242224
(const char *)"DbGetDeviceExportedList");
22252225

22262226
return ret;
2227-
};
2227+
}
22282228

22292229

22302230
CORBA::Any* FileDatabase :: DbGetDeviceFamilyList(CORBA::Any&)
@@ -2237,7 +2237,7 @@ CORBA::Any* FileDatabase :: DbGetDeviceFamilyList(CORBA::Any&)
22372237
(*any_ptr) <<= argout;
22382238

22392239
return any_ptr;
2240-
};
2240+
}
22412241

22422242
CORBA::Any* FileDatabase :: DbGetDeviceDomainList(CORBA::Any&)
22432243
{
@@ -2249,7 +2249,7 @@ CORBA::Any* FileDatabase :: DbGetDeviceDomainList(CORBA::Any&)
22492249
(*any_ptr) <<= argout;
22502250

22512251
return any_ptr;
2252-
};
2252+
}
22532253

22542254
/** At the moment we have no information about general properties
22552255
* so I put nothing out
@@ -2276,7 +2276,7 @@ CORBA::Any* FileDatabase :: DbGetProperty(CORBA::Any& send)
22762276
(*any_ptr) <<= data_out;
22772277

22782278
return any_ptr;
2279-
};
2279+
}
22802280

22812281

22822282
CORBA::Any* FileDatabase :: DbPutProperty(CORBA::Any&)
@@ -2286,7 +2286,7 @@ CORBA::Any* FileDatabase :: DbPutProperty(CORBA::Any&)
22862286
(const char *)"Call to a Filedatabase not implemented.",
22872287
(const char *)"DbPutProperty");
22882288
return ret;
2289-
};
2289+
}
22902290

22912291

22922292
CORBA::Any* FileDatabase :: DbDeleteProperty(CORBA::Any&)
@@ -2297,7 +2297,7 @@ CORBA::Any* FileDatabase :: DbDeleteProperty(CORBA::Any&)
22972297
(const char *)"Call to a Filedatabase not implemented.",
22982298
(const char *)"DbDeleteProperty");
22992299
return ret;
2300-
};
2300+
}
23012301

23022302

23032303
CORBA::Any* FileDatabase :: DbGetAliasDevice(CORBA::Any&)
@@ -2308,7 +2308,7 @@ CORBA::Any* FileDatabase :: DbGetAliasDevice(CORBA::Any&)
23082308
(const char *)"Call to a Filedatabase not implemented.",
23092309
(const char *)"DbGetAliasDevice");
23102310
return ret;
2311-
};
2311+
}
23122312

23132313

23142314
CORBA::Any* FileDatabase :: DbGetDeviceAlias(CORBA::Any&)
@@ -2319,7 +2319,7 @@ CORBA::Any* FileDatabase :: DbGetDeviceAlias(CORBA::Any&)
23192319
(const char *)"Call to a Filedatabase not implemented.",
23202320
(const char *)"DbGetDeviceAlias");
23212321
return ret;
2322-
};
2322+
}
23232323

23242324

23252325
CORBA::Any* FileDatabase :: DbGetAttributeAlias(CORBA::Any&)
@@ -2330,7 +2330,7 @@ CORBA::Any* FileDatabase :: DbGetAttributeAlias(CORBA::Any&)
23302330
(const char *)"Call to a Filedatabase not implemented.",
23312331
(const char *)"DbGetAttributeAlias");
23322332
return ret;
2333-
};
2333+
}
23342334

23352335

23362336
CORBA::Any* FileDatabase :: DbGetDeviceAliasList(CORBA::Any&)
@@ -2341,7 +2341,7 @@ CORBA::Any* FileDatabase :: DbGetDeviceAliasList(CORBA::Any&)
23412341
(const char *)"Call to a Filedatabase not implemented.",
23422342
(const char *)"DbGetDeviceAliasList");
23432343
return ret;
2344-
};
2344+
}
23452345

23462346

23472347
CORBA::Any* FileDatabase :: DbGetAttributeAliasList(CORBA::Any&)
@@ -2352,7 +2352,7 @@ CORBA::Any* FileDatabase :: DbGetAttributeAliasList(CORBA::Any&)
23522352
(const char *)"Call to a Filedatabase not implemented.",
23532353
(const char *)"DbGetAttributeAliasList");
23542354
return ret;
2355-
};
2355+
}
23562356

23572357
CORBA::Any* FileDatabase::DbGetClassPipeProperty(CORBA::Any&)
23582358
{

0 commit comments

Comments
 (0)