Date: Monday, January 22, 2007 @ 13:39:00
Author: marc
Path: /cvsroot/carob/carob/test
Modified: dummymain.cpp (1.1 -> 1.2)
printing success message
---------------+
dummymain.cpp | 4 ++++
1 files changed, 4 insertions(+)
Index: carob/test/dummymain.cpp
diff -u carob/test/dummymain.cpp:1.1 carob/test/dummymain.cpp:1.2
--- carob/test/dummymain.cpp:1.1 Mon Jan 22 12:09:35 2007
+++ carob/test/dummymain.cpp Mon Jan 22 13:38:59 2007
@@ -7,6 +7,7 @@
#endif
#include <vector>
+#include <iostream>
int main()
{
@@ -23,5 +24,8 @@
L"myDB",
L"user",
L"");
+
+ std::cout << "library successfully loaded" << std::endl;
+
return 0;
}
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits