Skip to content

Commit

Permalink
Fixed C++ test header files.
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertCreativityHere committed May 7, 2024
1 parent 5475aa6 commit ebc40a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions cpp/test/Ice/operations/TestAMDI.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ class MyDerivedClassI final : public Test::MyDerivedClass
public:
MyDerivedClassI();

//
// Override the Object "pseudo" operations to verify the operation mode.
//
bool ice_isA(std::string, const Ice::Current&) const;
void ice_ping(const Ice::Current&) const;
std::vector<std::string> ice_ids(const Ice::Current&) const;
std::string ice_id(const Ice::Current&) const;

void shutdownAsync(std::function<void()>, std::function<void(std::exception_ptr)>, const Ice::Current&) final;

void supportsCompressAsync(std::function<void(bool)>, std::function<void(std::exception_ptr)>, const Ice::Current&)
Expand Down
8 changes: 0 additions & 8 deletions cpp/test/Ice/operations/TestI.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ class MyDerivedClassI final : public Test::MyDerivedClass
public:
MyDerivedClassI();

//
// Override the Object "pseudo" operations to verify the operation mode.
//
bool ice_isA(std::string, const Ice::Current&) const final;
void ice_ping(const Ice::Current&) const final;
std::vector<std::string> ice_ids(const Ice::Current&) const final;
std::string ice_id(const Ice::Current&) const final;

void shutdown(const Ice::Current&) final;

bool supportsCompress(const Ice::Current&) final;
Expand Down

0 comments on commit ebc40a4

Please sign in to comment.