libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcvd-members] gvars3/src inst_headless.cc


From: Edward Rosten
Subject: [libcvd-members] gvars3/src inst_headless.cc
Date: Thu, 18 Oct 2007 16:23:25 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    gvars3
Changes by:     Edward Rosten <edrosten>        07/10/18 16:23:25

Added files:
        src            : inst_headless.cc 

Log message:
        This file should have been added ages ago.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gvars3/src/inst_headless.cc?cvsroot=libcvd&rev=1.1

Patches:
Index: inst_headless.cc
===================================================================
RCS file: inst_headless.cc
diff -N inst_headless.cc
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ inst_headless.cc    18 Oct 2007 16:23:25 -0000      1.1
@@ -0,0 +1,50 @@
+/*                       
+       This file is part of the GVars3 Library.
+
+       Copyright (C) 2005 The Authors
+
+       This library is free software; you can redistribute it and/or
+       modify it under the terms of the GNU Lesser General Public
+       License as published by the Free Software Foundation; either
+       version 2.1 of the License, or (at your option) any later version.
+
+       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 library; if not, write to the Free Software
+       Foundation, Inc., 
+    51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+*/
+
+#ifndef GVARS2_COMPAT
+#include <gvars3/instances.h>
+
+
+#include <iostream>
+using namespace std;
+
+namespace GVars3
+{
+       GVars2 GV2;
+       class GUI GUI;
+
+       void GUI::SetupReadlineCompletion()
+       {
+       }
+
+       char ** GUI::ReadlineCompletionFunction (const char *text, int start, 
int end)
+       {
+         return NULL;
+       }
+
+
+       void print_history(ostream &ost)
+       {
+       }
+
+
+}
+#endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]