summaryrefslogtreecommitdiff
path: root/cpp/demo/IceGrid/secure/HelloI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/IceGrid/secure/HelloI.h')
-rw-r--r--cpp/demo/IceGrid/secure/HelloI.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/demo/IceGrid/secure/HelloI.h b/cpp/demo/IceGrid/secure/HelloI.h
index 2a7a8e6fcfe..83be0debf12 100644
--- a/cpp/demo/IceGrid/secure/HelloI.h
+++ b/cpp/demo/IceGrid/secure/HelloI.h
@@ -22,7 +22,10 @@ public:
virtual void shutdown(const Ice::Current&);
private:
-
+
+ // Required to prevent compiler warnings with MSVC++
+ HelloI& operator=(const HelloI&);
+
const std::string _name;
};