From 71def1d72676dc1e60abd8b24e9285b7edbc9172 Mon Sep 17 00:00:00 2001 From: Jens Thiele Date: Tue, 14 Nov 2006 16:34:32 +0000 Subject: [PATCH 1/1] fix typo --- examples/minimalistic-server.cpp | 2 +- examples/minimalistic-stub.hxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.1