]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Liason.h
remove CXX_WORKING_NAMESPACES
[lyx.git] / src / frontends / Liason.h
index 2b2adbcadab00e2819ad46211f5d796a76199ce5..c40b4277aee787778202a6d7e890953c8cea7541 100644 (file)
@@ -32,6 +32,8 @@
 
 class PrinterParams;
 class Buffer;
+class LyXView;
+class BufferParams;
 
 /** Temporary namespace to hold the various frontend functions
     until XTL and the compilers of the world are ready for something more
@@ -42,20 +44,20 @@ class Buffer;
     worked so nicely on a very small number of compilers and systems.
     See the "dialogbase" branch of lyx-devel cvs module for xtl implementation.
 */
-#ifdef CXX_WORKING_NAMESPACES
-namespace Liason
-{
-#endif
-/**@name Global support functions */
-//@{
-/// get global printer parameters
-PrinterParams getPrinterParams(Buffer *);
-/// print the current buffer
-bool printBuffer(Buffer *, PrinterParams const &);
-//@}
-
-#ifdef CXX_WORKING_NAMESPACES
-}
-#endif
+namespace Liason {
+       /**@name Global support functions */
+       //@{
+       /// get global printer parameters
+       PrinterParams getPrinterParams(Buffer *);
+       /// print the current buffer
+       bool printBuffer(Buffer *, PrinterParams const &);
+       /// set the minibuffer
+       void setMinibuffer(LyXView *, char const  * msg);
+       //@}
 
+} // namespace Liason
 #endif
+
+
+
+