[commit] r1374 - in trunk/GME: Annotator MgaDecorators
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Tue Jun 21 12:11:33 CDT 2011
Author: ksmyth
Date: Tue Jun 21 12:11:32 2011
New Revision: 1374
Log:
MIDL-generated headers dont have _h anymore
Modified:
trunk/GME/Annotator/AnnotatorDecoratorImpl.cpp
trunk/GME/Annotator/DecoratorApp.cpp
trunk/GME/MgaDecorators/BoxDecoratorImpl.cpp
trunk/GME/MgaDecorators/MgaDecorators.cpp
Modified: trunk/GME/Annotator/AnnotatorDecoratorImpl.cpp
==============================================================================
--- trunk/GME/Annotator/AnnotatorDecoratorImpl.cpp Tue Jun 21 12:11:09 2011 (r1373)
+++ trunk/GME/Annotator/AnnotatorDecoratorImpl.cpp Tue Jun 21 12:11:32 2011 (r1374)
@@ -7,7 +7,7 @@
#include "StdAfx.h"
#include "DecoratorConfig.h"
-#include "DecoratorLib_h.h"
+#include "DecoratorLib.h"
#include "AnnotatorDecoratorImpl.h"
#include "AnnotatorDecorator.h"
#include "DecoratorExceptions.h"
Modified: trunk/GME/Annotator/DecoratorApp.cpp
==============================================================================
--- trunk/GME/Annotator/DecoratorApp.cpp Tue Jun 21 12:11:09 2011 (r1373)
+++ trunk/GME/Annotator/DecoratorApp.cpp Tue Jun 21 12:11:32 2011 (r1374)
@@ -10,7 +10,7 @@
#include "Resource.h"
#include "Gme.h"
#include "DecoratorConfig.h"
-#include "DecoratorLib_h.h"
+#include "DecoratorLib.h"
#include "DecoratorLib_i.c"
#include "AnnotatorDecoratorImpl.h"
Modified: trunk/GME/MgaDecorators/BoxDecoratorImpl.cpp
==============================================================================
--- trunk/GME/MgaDecorators/BoxDecoratorImpl.cpp Tue Jun 21 12:11:09 2011 (r1373)
+++ trunk/GME/MgaDecorators/BoxDecoratorImpl.cpp Tue Jun 21 12:11:32 2011 (r1374)
@@ -9,7 +9,7 @@
#include "BoxDecorator.h"
#include "DecoratorExceptions.h"
#include "DecoratorInterface.h"
-#include "MgaDecoratorLib_h.h"
+#include "MgaDecoratorLib.h"
#include "BoxDecoratorImpl.h"
Modified: trunk/GME/MgaDecorators/MgaDecorators.cpp
==============================================================================
--- trunk/GME/MgaDecorators/MgaDecorators.cpp Tue Jun 21 12:11:09 2011 (r1373)
+++ trunk/GME/MgaDecorators/MgaDecorators.cpp Tue Jun 21 12:11:32 2011 (r1374)
@@ -9,7 +9,7 @@
#include "resource.h"
#include <initguid.h>
#include "Gme.h"
-#include "MgaDecoratorLib_h.h"
+#include "MgaDecoratorLib.h"
#include "MgaDecoratorLib_i.c"
#include "BoxDecoratorImpl.h"
More information about the gme-commit
mailing list