Use central method to check for engine for processor operations
[ardour.git] / gtk2_ardour / nsm.h
index 5491e1985febc860e51d8f50a7a2e9488a4a4fc1..779a1cc970817cd930f85cb817e3f1de7da3a197 100644 (file)
 
 class NSM_Client:public NSM::Client
 {
-    public:
+public:
 
-        NSM_Client();
-        ~NSM_Client() { }
+       NSM_Client();
+       ~NSM_Client() { }
 
-    protected:
+protected:
 
-        int command_open(const char *name,
-                         const char *display_name,
-                         const char *client_id,
-                         char **out_msg);
-        int command_save(char **out_msg);
+       int command_open (const char *name,
+                         const char *display_name,
+                         const char *client_id,
+                         char **out_msg);
+
+       int command_save (char **out_msg);
 };