diff OrthancServer/main.cpp @ 229:f2349bab5fe7

rename
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Nov 2012 11:00:40 +0100
parents 1af3bc092db8
children 6d9be2b470b4
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Fri Nov 30 10:59:55 2012 +0100
+++ b/OrthancServer/main.cpp	Fri Nov 30 11:00:40 2012 +0100
@@ -30,7 +30,7 @@
  **/
 
 
-#include "OrthancRestApi2.h"
+#include "OrthancRestApi.h"
 
 #include <fstream>
 #include <glog/logging.h>
@@ -250,7 +250,7 @@
       httpServer.RegisterHandler(new FilesystemHttpHandler("/app", ORTHANC_PATH "/OrthancExplorer"));
 #endif
 
-      httpServer.RegisterHandler(new OrthancRestApi2(context));
+      httpServer.RegisterHandler(new OrthancRestApi(context));
 
       // GO !!!
       httpServer.Start();