Revision: 41638
http://brlcad.svn.sourceforge.net/brlcad/?rev=41638&view=rev
Author: davidloman
Date: 2010-12-16 14:45:15 +0000 (Thu, 16 Dec 2010)
Log Message:
-----------
GSClient header needs to be public now that it will be used in other classes.
Added Paths:
-----------
rt^3/trunk/include/GSClient.h
Removed Paths:
-------------
rt^3/trunk/src/GS/GSClient.h
Copied: rt^3/trunk/include/GSClient.h (from rev 41637,
rt^3/trunk/src/GS/GSClient.h)
===================================================================
--- rt^3/trunk/include/GSClient.h (rev 0)
+++ rt^3/trunk/include/GSClient.h 2010-12-16 14:45:15 UTC (rev 41638)
@@ -0,0 +1,67 @@
+/* G S C L I E N T . H
+ * BRLCAD
+ *
+ * Copyright (c) 2010 United States Government as represented by
+ * the U.S. Army Research Laboratory.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this file; see the file named COPYING for more
+ * information.
+ */
+/** @file GSClient.h
+ * GSClient.h
+ *
+ */
+
+#ifndef __GSCLIENT_H__
+#define __GSCLIENT_H__
+
+#include "ClientCmdRegistry.h"
+#include "Logger.h"
+#include "JobManager.h"
+
+#include <QtCore/QString>
+#include <QtCore/QStringList>
+
+#include <string>
+#include <iostream>
+#include <stdlib.h>
+
+class GSClient {
+public:
+ GSClient();
+ virtual ~GSClient();
+
+ int run();
+ bool execCmd(QString cmd, QStringList args);
+
+private:
+ ClientCmdRegistry* ccReg;
+ Logger* log;
+ JobManager* jobMan;
+
+ bool stayRun;
+ std::string prompt;
+ const static std::string defaultPrompt;
+};
+
+#endif /* __GSCLIENT_H__ */
+
+/*
+ * Local Variables:
+ * tab-width: 8
+ * mode: C
+ * indent-tabs-mode: t
+ * c-file-style: "stroustrup"
+ * End:
+ * ex: shiftwidth=4 tabstop=8
+ */
Deleted: rt^3/trunk/src/GS/GSClient.h
===================================================================
--- rt^3/trunk/src/GS/GSClient.h 2010-12-15 20:19:25 UTC (rev 41637)
+++ rt^3/trunk/src/GS/GSClient.h 2010-12-16 14:45:15 UTC (rev 41638)
@@ -1,67 +0,0 @@
-/* G S C L I E N T . H
- * BRLCAD
- *
- * Copyright (c) 2010 United States Government as represented by
- * the U.S. Army Research Laboratory.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * version 2.1 as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this file; see the file named COPYING for more
- * information.
- */
-/** @file GSClient.h
- * GSClient.h
- *
- */
-
-#ifndef __GSCLIENT_H__
-#define __GSCLIENT_H__
-
-#include "ClientCmdRegistry.h"
-#include "Logger.h"
-#include "JobManager.h"
-
-#include <QtCore/QString>
-#include <QtCore/QStringList>
-
-#include <string>
-#include <iostream>
-#include <stdlib.h>
-
-class GSClient {
-public:
- GSClient();
- virtual ~GSClient();
-
- int run();
- bool execCmd(QString cmd, QStringList args);
-
-private:
- ClientCmdRegistry* ccReg;
- Logger* log;
- JobManager* jobMan;
-
- bool stayRun;
- std::string prompt;
- const static std::string defaultPrompt;
-};
-
-#endif /* __GSCLIENT_H__ */
-
-/*
- * Local Variables:
- * tab-width: 8
- * mode: C
- * indent-tabs-mode: t
- * c-file-style: "stroustrup"
- * End:
- * ex: shiftwidth=4 tabstop=8
- */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits