]> git.lyx.org Git - lyx.git/blobdiff - src/FuncRequest.h
Update my email and status.
[lyx.git] / src / FuncRequest.h
index 7fd3e1222f290cfaa143594361eb95724212be3c..2f25d0ade3b899420c191e3994924b73199122b3 100644 (file)
@@ -21,6 +21,8 @@
 
 namespace lyx {
 
+class LyXErr;
+
 /**
  * This class encapsulates a LyX action and its argument
  * in order to pass it around easily.
@@ -35,6 +37,7 @@ public:
                TOOLBAR, // A toolbar icon
                KEYBOARD, // a keyboard binding
                COMMANDBUFFER, 
+               LYXSERVER,
                TOC
        };
 
@@ -107,6 +110,8 @@ bool operator==(FuncRequest const & lhs, FuncRequest const & rhs);
 
 std::ostream & operator<<(std::ostream &, FuncRequest const &);
 
+LyXErr & operator<<(LyXErr &, FuncRequest const &);
+
 
 } // namespace lyx