fixes in shared memory:
only allow server to create and initialize shared memory, client will report failure intercept signals to cleanup shared memory in standalone app, thanks to Roland Philippsen.
This commit is contained in:
@@ -12,6 +12,7 @@ public:
|
||||
}
|
||||
|
||||
virtual bool wantsTermination()=0;
|
||||
virtual bool isConnected()=0;
|
||||
};
|
||||
#endif//
|
||||
|
||||
|
||||
Reference in New Issue
Block a user