From: Jens Thiele Date: Tue, 14 Nov 2006 16:34:32 +0000 (+0000) Subject: fix typo X-Git-Tag: v0.2~124 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=71def1d72676dc1e60abd8b24e9285b7edbc9172 fix typo --- diff --git a/examples/minimalistic-server.cpp b/examples/minimalistic-server.cpp index 46cb9ec..229fea5 100644 --- a/examples/minimalistic-server.cpp +++ b/examples/minimalistic-server.cpp @@ -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") diff --git a/examples/minimalistic-stub.hxx b/examples/minimalistic-stub.hxx index 7888989..510fa74 100644 --- a/examples/minimalistic-stub.hxx +++ b/examples/minimalistic-stub.hxx @@ -22,9 +22,9 @@ #include #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