fix typo
authorJens Thiele <jens.thiele@intra2net.com>
Tue, 14 Nov 2006 16:34:32 +0000 (16:34 +0000)
committerJens Thiele <jens.thiele@intra2net.com>
Tue, 14 Nov 2006 16:34:32 +0000 (16:34 +0000)
examples/minimalistic-server.cpp
examples/minimalistic-stub.hxx

index 46cb9ec..229fea5 100644 (file)
@@ -14,7 +14,7 @@
 
 using namespace std;
 
-LIBT2P_EXPORT string testfunc(const string& str) 
+LIBT2N_EXPORT string testfunc(const string& str) 
 {
     string ret;
     if (str=="throw")
index 7888989..510fa74 100644 (file)
@@ -22,9 +22,9 @@
 #include <command.hxx>
 
 #ifdef _GCCXML__
-#define LIBT2P_EXPORT __attribute((gccxml("libt2n")))
+#define LIBT2N_EXPORT __attribute((gccxml("libt2n")))
 #else
-#define LIBT2P_EXPORT
+#define LIBT2N_EXPORT
 #endif
 
 class cmd_group_example : public libt2n::command