comparison Platforms/Generic/OracleWebService.h @ 244:313903066093 am

cleanup
author am@osimis.io
date Wed, 20 Jun 2018 14:56:52 +0200
parents 092db46c6291
children 5470b15f7cf2 192e6e349e69
comparison
equal deleted inserted replaced
243:50fb32abf85e 244:313903066093
62 oracle_.Start(); 62 oracle_.Start();
63 } 63 }
64 64
65 void Stop() 65 void Stop()
66 { 66 {
67 oracle_.Start(); 67 oracle_.Stop();
68 } 68 }
69 }; 69 };
70 } 70 }