From 7c75df06e571dfa1e60e07fdbab952d75d844d83 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Thu, 19 Mar 2015 11:08:42 -0230 Subject: Removed protobuf demos --- protobuf/demo/cpp/HelloI.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 protobuf/demo/cpp/HelloI.h (limited to 'protobuf/demo/cpp/HelloI.h') diff --git a/protobuf/demo/cpp/HelloI.h b/protobuf/demo/cpp/HelloI.h deleted file mode 100644 index 4a475b51d12..00000000000 --- a/protobuf/demo/cpp/HelloI.h +++ /dev/null @@ -1,24 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. -// -// This copy of Ice Protobuf is licensed to you under the terms -// described in the ICE_PROTOBUF_LICENSE file included in this -// distribution. -// -// ********************************************************************** - -#ifndef HELLO_I_H -#define HELLO_I_H - -#include - -class HelloI : public Demo::Hello -{ -public: - - virtual void sayHello(const tutorial::Person& p, const Ice::Current&); - virtual void shutdown(const Ice::Current&); -}; - -#endif -- cgit v1.2.3