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/boolean.cpp | 2 +- c++-libbu++/src/boolean.h | 2 +- c++-libbu++/src/dictionary.cpp | 2 +- c++-libbu++/src/dictionary.h | 2 +- c++-libbu++/src/float.cpp | 2 +- c++-libbu++/src/float.h | 2 +- c++-libbu++/src/gatsc/main.cpp | 2 +- c++-libbu++/src/gatscon/clientthread.cpp | 2 +- c++-libbu++/src/gatscon/clientthread.h | 2 +- c++-libbu++/src/gatscon/clientwidget.cpp | 2 +- c++-libbu++/src/gatscon/clientwidget.h | 2 +- c++-libbu++/src/gatscon/connectdlg.cpp | 2 +- c++-libbu++/src/gatscon/connectdlg.h | 2 +- c++-libbu++/src/gatscon/filewidget.cpp | 2 +- c++-libbu++/src/gatscon/filewidget.h | 2 +- c++-libbu++/src/gatscon/gatstotree.cpp | 2 +- c++-libbu++/src/gatscon/gatstotree.h | 2 +- c++-libbu++/src/gatscon/iobase.cpp | 2 +- c++-libbu++/src/gatscon/iobase.h | 2 +- c++-libbu++/src/gatscon/main.cpp | 2 +- c++-libbu++/src/gatscon/mainwnd.cpp | 2 +- c++-libbu++/src/gatscon/mainwnd.h | 2 +- c++-libbu++/src/gatscon/proxythread.cpp | 2 +- c++-libbu++/src/gatscon/proxythread.h | 2 +- c++-libbu++/src/gatscon/proxywidget.cpp | 2 +- c++-libbu++/src/gatscon/proxywidget.h | 2 +- c++-libbu++/src/gatscon/setupproxydlg.cpp | 2 +- c++-libbu++/src/gatscon/setupproxydlg.h | 2 +- c++-libbu++/src/gatscon/treetogats.cpp | 2 +- c++-libbu++/src/gatscon/treetogats.h | 2 +- c++-libbu++/src/gatsstream.cpp | 2 +- c++-libbu++/src/gatsstream.h | 2 +- c++-libbu++/src/integer.cpp | 2 +- c++-libbu++/src/integer.h | 2 +- c++-libbu++/src/list.cpp | 2 +- c++-libbu++/src/list.h | 2 +- c++-libbu++/src/null.cpp | 2 +- c++-libbu++/src/null.h | 2 +- c++-libbu++/src/object.cpp | 2 +- c++-libbu++/src/object.h | 2 +- c++-libbu++/src/protocolgats.cpp | 2 +- c++-libbu++/src/protocolgats.h | 2 +- c++-libbu++/src/rpchandler.cpp | 17 ++++++++++++++++ c++-libbu++/src/rpchandler.h | 33 +++++++++++++++++++++++++++++++ c++-libbu++/src/string.cpp | 2 +- c++-libbu++/src/string.h | 2 +- c++-libbu++/src/tests/clone.cpp | 2 +- c++-libbu++/src/tests/dump.cpp | 2 +- c++-libbu++/src/tests/int.cpp | 2 +- c++-libbu++/src/types.h | 2 +- 50 files changed, 98 insertions(+), 48 deletions(-) create mode 100644 c++-libbu++/src/rpchandler.cpp create mode 100644 c++-libbu++/src/rpchandler.h (limited to 'c++-libbu++') diff --git a/c++-libbu++/src/boolean.cpp b/c++-libbu++/src/boolean.cpp index 7060dab..2ee0227 100644 --- a/c++-libbu++/src/boolean.cpp +++ b/c++-libbu++/src/boolean.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/boolean.h b/c++-libbu++/src/boolean.h index c83701c..2fed713 100644 --- a/c++-libbu++/src/boolean.h +++ b/c++-libbu++/src/boolean.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/dictionary.cpp b/c++-libbu++/src/dictionary.cpp index c6b08a1..876bab2 100644 --- a/c++-libbu++/src/dictionary.cpp +++ b/c++-libbu++/src/dictionary.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/dictionary.h b/c++-libbu++/src/dictionary.h index 6250eb6..9ea8a2e 100644 --- a/c++-libbu++/src/dictionary.h +++ b/c++-libbu++/src/dictionary.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/float.cpp b/c++-libbu++/src/float.cpp index f7c2737..c011794 100644 --- a/c++-libbu++/src/float.cpp +++ b/c++-libbu++/src/float.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/float.h b/c++-libbu++/src/float.h index d9a1a9a..9aab0a5 100644 --- a/c++-libbu++/src/float.h +++ b/c++-libbu++/src/float.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatsc/main.cpp b/c++-libbu++/src/gatsc/main.cpp index 339e9f4..5291a33 100644 --- a/c++-libbu++/src/gatsc/main.cpp +++ b/c++-libbu++/src/gatsc/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/clientthread.cpp b/c++-libbu++/src/gatscon/clientthread.cpp index 4032a50..53c8e24 100644 --- a/c++-libbu++/src/gatscon/clientthread.cpp +++ b/c++-libbu++/src/gatscon/clientthread.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/clientthread.h b/c++-libbu++/src/gatscon/clientthread.h index a4343ee..903028a 100644 --- a/c++-libbu++/src/gatscon/clientthread.h +++ b/c++-libbu++/src/gatscon/clientthread.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/clientwidget.cpp b/c++-libbu++/src/gatscon/clientwidget.cpp index f13e736..9c30ae2 100644 --- a/c++-libbu++/src/gatscon/clientwidget.cpp +++ b/c++-libbu++/src/gatscon/clientwidget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/clientwidget.h b/c++-libbu++/src/gatscon/clientwidget.h index b40adf4..8d240bd 100644 --- a/c++-libbu++/src/gatscon/clientwidget.h +++ b/c++-libbu++/src/gatscon/clientwidget.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/connectdlg.cpp b/c++-libbu++/src/gatscon/connectdlg.cpp index 0bb159b..d556487 100644 --- a/c++-libbu++/src/gatscon/connectdlg.cpp +++ b/c++-libbu++/src/gatscon/connectdlg.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/connectdlg.h b/c++-libbu++/src/gatscon/connectdlg.h index 7396ef6..12ad8e1 100644 --- a/c++-libbu++/src/gatscon/connectdlg.h +++ b/c++-libbu++/src/gatscon/connectdlg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/filewidget.cpp b/c++-libbu++/src/gatscon/filewidget.cpp index 23f6839..306dbf2 100644 --- a/c++-libbu++/src/gatscon/filewidget.cpp +++ b/c++-libbu++/src/gatscon/filewidget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/filewidget.h b/c++-libbu++/src/gatscon/filewidget.h index 1426eae..806b281 100644 --- a/c++-libbu++/src/gatscon/filewidget.h +++ b/c++-libbu++/src/gatscon/filewidget.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/gatstotree.cpp b/c++-libbu++/src/gatscon/gatstotree.cpp index 192b395..9c6fb5c 100644 --- a/c++-libbu++/src/gatscon/gatstotree.cpp +++ b/c++-libbu++/src/gatscon/gatstotree.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/gatstotree.h b/c++-libbu++/src/gatscon/gatstotree.h index dc8f451..5a65167 100644 --- a/c++-libbu++/src/gatscon/gatstotree.h +++ b/c++-libbu++/src/gatscon/gatstotree.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/iobase.cpp b/c++-libbu++/src/gatscon/iobase.cpp index 40af455..126346a 100644 --- a/c++-libbu++/src/gatscon/iobase.cpp +++ b/c++-libbu++/src/gatscon/iobase.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/iobase.h b/c++-libbu++/src/gatscon/iobase.h index 4475551..688096b 100644 --- a/c++-libbu++/src/gatscon/iobase.h +++ b/c++-libbu++/src/gatscon/iobase.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/main.cpp b/c++-libbu++/src/gatscon/main.cpp index 11b6d4a..88c0734 100644 --- a/c++-libbu++/src/gatscon/main.cpp +++ b/c++-libbu++/src/gatscon/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/mainwnd.cpp b/c++-libbu++/src/gatscon/mainwnd.cpp index 7cce116..48a7743 100644 --- a/c++-libbu++/src/gatscon/mainwnd.cpp +++ b/c++-libbu++/src/gatscon/mainwnd.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/mainwnd.h b/c++-libbu++/src/gatscon/mainwnd.h index 2a5c3fa..2ac782e 100644 --- a/c++-libbu++/src/gatscon/mainwnd.h +++ b/c++-libbu++/src/gatscon/mainwnd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/proxythread.cpp b/c++-libbu++/src/gatscon/proxythread.cpp index 733af7f..0b1c42f 100644 --- a/c++-libbu++/src/gatscon/proxythread.cpp +++ b/c++-libbu++/src/gatscon/proxythread.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/proxythread.h b/c++-libbu++/src/gatscon/proxythread.h index e53ca2c..4e01bf5 100644 --- a/c++-libbu++/src/gatscon/proxythread.h +++ b/c++-libbu++/src/gatscon/proxythread.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/proxywidget.cpp b/c++-libbu++/src/gatscon/proxywidget.cpp index c95e39a..de20d03 100644 --- a/c++-libbu++/src/gatscon/proxywidget.cpp +++ b/c++-libbu++/src/gatscon/proxywidget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/proxywidget.h b/c++-libbu++/src/gatscon/proxywidget.h index 1674a34..1293f4a 100644 --- a/c++-libbu++/src/gatscon/proxywidget.h +++ b/c++-libbu++/src/gatscon/proxywidget.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/setupproxydlg.cpp b/c++-libbu++/src/gatscon/setupproxydlg.cpp index 6d80683..e687dc8 100644 --- a/c++-libbu++/src/gatscon/setupproxydlg.cpp +++ b/c++-libbu++/src/gatscon/setupproxydlg.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/setupproxydlg.h b/c++-libbu++/src/gatscon/setupproxydlg.h index 685e893..cc36b73 100644 --- a/c++-libbu++/src/gatscon/setupproxydlg.h +++ b/c++-libbu++/src/gatscon/setupproxydlg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/treetogats.cpp b/c++-libbu++/src/gatscon/treetogats.cpp index f12a319..df8f87d 100644 --- a/c++-libbu++/src/gatscon/treetogats.cpp +++ b/c++-libbu++/src/gatscon/treetogats.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatscon/treetogats.h b/c++-libbu++/src/gatscon/treetogats.h index 29f7d6c..4b843b9 100644 --- a/c++-libbu++/src/gatscon/treetogats.h +++ b/c++-libbu++/src/gatscon/treetogats.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatsstream.cpp b/c++-libbu++/src/gatsstream.cpp index 05fbd84..78558dd 100644 --- a/c++-libbu++/src/gatsstream.cpp +++ b/c++-libbu++/src/gatsstream.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/gatsstream.h b/c++-libbu++/src/gatsstream.h index e318b3c..6ee10ca 100644 --- a/c++-libbu++/src/gatsstream.h +++ b/c++-libbu++/src/gatsstream.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/integer.cpp b/c++-libbu++/src/integer.cpp index 40fc609..f63dd37 100644 --- a/c++-libbu++/src/integer.cpp +++ b/c++-libbu++/src/integer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/integer.h b/c++-libbu++/src/integer.h index dc4ae4c..d1ef3aa 100644 --- a/c++-libbu++/src/integer.h +++ b/c++-libbu++/src/integer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/list.cpp b/c++-libbu++/src/list.cpp index c5217cd..f2ff6c5 100644 --- a/c++-libbu++/src/list.cpp +++ b/c++-libbu++/src/list.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/list.h b/c++-libbu++/src/list.h index 6f4c9a4..b661de6 100644 --- a/c++-libbu++/src/list.h +++ b/c++-libbu++/src/list.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/null.cpp b/c++-libbu++/src/null.cpp index 37c9e6a..462907d 100644 --- a/c++-libbu++/src/null.cpp +++ b/c++-libbu++/src/null.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/null.h b/c++-libbu++/src/null.h index fc7825b..0c8eded 100644 --- a/c++-libbu++/src/null.h +++ b/c++-libbu++/src/null.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/object.cpp b/c++-libbu++/src/object.cpp index 073d31d..61471b9 100644 --- a/c++-libbu++/src/object.cpp +++ b/c++-libbu++/src/object.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/object.h b/c++-libbu++/src/object.h index a876061..62da7c1 100644 --- a/c++-libbu++/src/object.h +++ b/c++-libbu++/src/object.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/protocolgats.cpp b/c++-libbu++/src/protocolgats.cpp index f9d9e04..2430100 100644 --- a/c++-libbu++/src/protocolgats.cpp +++ b/c++-libbu++/src/protocolgats.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/protocolgats.h b/c++-libbu++/src/protocolgats.h index 86dda00..c0f8952 100644 --- a/c++-libbu++/src/protocolgats.h +++ b/c++-libbu++/src/protocolgats.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. 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() +{ +} + diff --git a/c++-libbu++/src/rpchandler.h b/c++-libbu++/src/rpchandler.h new file mode 100644 index 0000000..fed5ffc --- /dev/null +++ b/c++-libbu++/src/rpchandler.h @@ -0,0 +1,33 @@ +/* + * 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. + */ + +#ifndef RPC_HANDLER_H +#define RPC_HANDLER_H + +#include "gats/object.h" + +namespace Gats +{ + class RpcHandler + { + public: + RpcHandler( Gats::Object *pObj ); + virtual ~RpcHandler(); + + private: + + class Function + { + public: + Type tReturn; + }; + + + }; +}; + +#endif diff --git a/c++-libbu++/src/string.cpp b/c++-libbu++/src/string.cpp index f8e4071..f329f41 100644 --- a/c++-libbu++/src/string.cpp +++ b/c++-libbu++/src/string.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/string.h b/c++-libbu++/src/string.h index 0d17a3e..b37137e 100644 --- a/c++-libbu++/src/string.h +++ b/c++-libbu++/src/string.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/tests/clone.cpp b/c++-libbu++/src/tests/clone.cpp index bfb7b27..45b2fca 100644 --- a/c++-libbu++/src/tests/clone.cpp +++ b/c++-libbu++/src/tests/clone.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/tests/dump.cpp b/c++-libbu++/src/tests/dump.cpp index f1950b2..b9382d2 100644 --- a/c++-libbu++/src/tests/dump.cpp +++ b/c++-libbu++/src/tests/dump.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/tests/int.cpp b/c++-libbu++/src/tests/int.cpp index fc411f4..dff5641 100644 --- a/c++-libbu++/src/tests/int.cpp +++ b/c++-libbu++/src/tests/int.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. diff --git a/c++-libbu++/src/types.h b/c++-libbu++/src/types.h index 50b3fb8..5add5e2 100644 --- a/c++-libbu++/src/types.h +++ b/c++-libbu++/src/types.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * 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. -- cgit v1.2.3