add missing files
This commit is contained in:
17
examples/SharedMemory/SharedMemoryCommon.h
Normal file
17
examples/SharedMemory/SharedMemoryCommon.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef SHARED_MEMORY_COMMON_H
|
||||
#define SHARED_MEMORY_COMMON_H
|
||||
|
||||
#include "../CommonInterfaces/CommonMultiBodyBase.h"
|
||||
|
||||
class SharedMemoryCommon : public CommonMultiBodyBase
|
||||
{
|
||||
public:
|
||||
SharedMemoryCommon(GUIHelperInterface* helper)
|
||||
:CommonMultiBodyBase(helper)
|
||||
{
|
||||
}
|
||||
|
||||
virtual bool wantsTermination()=0;
|
||||
};
|
||||
#endif//
|
||||
|
||||
Reference in New Issue
Block a user