From 77a6cfbb8aad38be3d323f628681b0359f38f38e Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Tue, 24 Feb 2004 01:17:01 +0000 Subject: adding ice_preMarshal/ice_postUnmarshal, and tests in Ice/objects --- cpp/test/Ice/objects/Client.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpp/test/Ice/objects/Client.cpp') diff --git a/cpp/test/Ice/objects/Client.cpp b/cpp/test/Ice/objects/Client.cpp index 9a6a80c1873..2eea6e63466 100644 --- a/cpp/test/Ice/objects/Client.cpp +++ b/cpp/test/Ice/objects/Client.cpp @@ -14,7 +14,7 @@ #include #include -#include +#include using namespace std; @@ -26,15 +26,15 @@ public: { if(type == "::B") { - return new B; + return new BI; } else if(type == "::C") { - return new C; + return new CI; } else if(type == "::D") { - return new D; + return new DI; } assert(false); // Should never be reached return 0; -- cgit v1.2.3