// // Copyright (c) ZeroC, Inc. All rights reserved. // #ifndef CREATE_TEST_H #define CREATE_TEST_H #include class CreateTest : public TestBase { public: CreateTest(); private: virtual void run(); }; #endif