This commit was manufactured by cvs2svn to create branch 'captive'.
[captive.git] / src / libcaptive / client / vfs.h
diff --git a/src/libcaptive/client/vfs.h b/src/libcaptive/client/vfs.h
deleted file mode 100644 (file)
index d6d44e1..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-/* $Id$
- * Include vfs for captive 'vfs' private interface to reactos
- * Copyright (C) 2003 Jan Kratochvil <project-captive@jankratochvil.net>
- * 
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; exactly version 2 of June 1991 is required
- * 
- * This program 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 General Public License for more details.
- * 
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
-
-
-#ifndef _CAPTIVE_CLIENT_PRIV_VFS_H
-#define _CAPTIVE_CLIENT_PRIV_VFS_H 1
-
-
-#include <glib/gmacros.h>
-#include <glib/gtypes.h>
-#include <glib-object.h>
-#include "../sandbox/sandbox.h"
-#include <libxml/tree.h>
-
-
-G_BEGIN_DECLS
-
-struct _CaptiveVfsObject {
-       GObject parent_instance;
-
-       /*< private >*/
-       struct captive_options options;
-
-       gboolean is_sandbox_parent;
-               Captive_Vfs corba_Vfs_object;
-               Captive_GLogFunc corba_GLogFunc_object;
-               Captive_CaptiveIOChannel corba_CaptiveIOChannel_object;
-               /* It may corba_parent_giochanel_blind_source==options.image_iochannel !
-                * 1st stage           : corba_parent_giochanel_blind
-                * 2nd stage (optional): corba_parent_giochanel_blind_source
-                * 3rd stage           : options.image_iochannel
-                */
-               GIOChannel *corba_parent_giochanel_blind;
-               GIOChannel *corba_parent_giochanel_blind_source;
-               int corba_parentheart_fds_1;
-               pid_t corba_child_pid;
-               xmlDoc *corba_bug_doc;
-               xmlNode *corba_bug;
-               xmlNode *corba_bug_action;
-               xmlNode *corba_bug_log;
-       };
-struct _CaptiveVfsObjectClass {
-       GObjectClass parent_class;
-       };
-
-G_END_DECLS
-
-
-#endif /* _CAPTIVE_CLIENT_PRIV_VFS_H */