comparison PalantirServer/main.cpp @ 27:cfe212a513c5

openssl with visual studio
author Administrator@jodogne-w01
date Tue, 28 Aug 2012 17:40:01 +0200
parents 6ba765ecf3db
children 96e57b863dd9
comparison
equal deleted inserted replaced
26:6ba765ecf3db 27:cfe212a513c5
154 // Stop 154 // Stop
155 printf("Finishing\n"); 155 printf("Finishing\n");
156 } 156 }
157 157
158 storeScp.Done(); 158 storeScp.Done();
159
160 PalantirFinalize();
161 } 159 }
162 catch (PalantirException& e) 160 catch (PalantirException& e)
163 { 161 {
164 std::cout << "EXCEPT [" << e.What() << "]" << std::endl; 162 std::cout << "EXCEPT [" << e.What() << "]" << std::endl;
165 } 163 }
166 164
165 PalantirFinalize();
166
167 return 0; 167 return 0;
168 } 168 }