diff options
Diffstat (limited to 'cpp/demo/Ice/callback/Server.cpp')
-rw-r--r-- | cpp/demo/Ice/callback/Server.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/demo/Ice/callback/Server.cpp b/cpp/demo/Ice/callback/Server.cpp index a9616993727..53f27975527 100644 --- a/cpp/demo/Ice/callback/Server.cpp +++ b/cpp/demo/Ice/callback/Server.cpp @@ -12,6 +12,7 @@ using namespace std; using namespace Ice; +using namespace Demo; class CallbackServer : public Application { |