summaryrefslogtreecommitdiff
path: root/libnautilus-extensions
diff options
context:
space:
mode:
authorGene Ragan <gzr@src.gnome.org>2000-05-11 01:46:36 +0000
committerGene Ragan <gzr@src.gnome.org>2000-05-11 01:46:36 +0000
commit7cc11cb10929425d60ef523afdf98e51a6ae647a (patch)
treef488858fd7a11e217ea7fca421fea4e65349cec4 /libnautilus-extensions
parent1f69f6922834af77448735ee10141fcb24f64ef1 (diff)
downloadnautilus-7cc11cb10929425d60ef523afdf98e51a6ae647a.tar.gz
*** empty log message ***
Diffstat (limited to 'libnautilus-extensions')
-rw-r--r--libnautilus-extensions/nautilus-undo-manager-component.idl14
1 files changed, 14 insertions, 0 deletions
diff --git a/libnautilus-extensions/nautilus-undo-manager-component.idl b/libnautilus-extensions/nautilus-undo-manager-component.idl
index 8cee2e4c8..51e57f290 100644
--- a/libnautilus-extensions/nautilus-undo-manager-component.idl
+++ b/libnautilus-extensions/nautilus-undo-manager-component.idl
@@ -1,5 +1,13 @@
/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: 8; c-basic-offset: 8 -*- */
+
+#ifndef _NAUTUILUS_UNDO_MANAGER_IDL_INCLUDED_
+#define _NAUTUILUS_UNDO_MANAGER_IDL_INCLUDED_
+
+#if !defined(__BONOBO_COMPILATION) && defined(__ORBIT_IDL__)
+#pragma inhibit push
+#endif
+
#include <gnome-factory.idl>
#include <Bonobo.idl>
@@ -10,3 +18,9 @@ module Nautilus {
boolean end_transaction ();
};
};
+
+#if !defined(__BONOBO_COMPILATION) && defined(__ORBIT_IDL__)
+#pragma inhibit pop
+#endif
+
+#endif /* _NAUTUILUS_UNDO_MANAGER_IDL_INCLUDED_ */ \ No newline at end of file