From 713a4cc24da81b513962a85d4b4c43fb6b79419d Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 11 Feb 2013 00:21:20 +0000 Subject: Updated the copyright to 2013. Also, started the Gats::RpcHandler. --- c++-libbu++/src/rpchandler.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 c++-libbu++/src/rpchandler.cpp (limited to 'c++-libbu++/src/rpchandler.cpp') diff --git a/c++-libbu++/src/rpchandler.cpp b/c++-libbu++/src/rpchandler.cpp new file mode 100644 index 0000000..b6c9058 --- /dev/null +++ b/c++-libbu++/src/rpchandler.cpp @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * + * This file is part of the libgats library and is released under the + * terms of the license contained in the file LICENSE. + */ + +#include "gats/rpchandler.h" + +Gats::RpcHandler::RpcHandler( Gats::Object *pObj ) +{ +} + +Gats::RpcHandler::~RpcHandler() +{ +} + -- cgit v1.2.3