updated groovy code genertors so that the .hpp suffix is included in the include statements.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@382591 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-03-03 00:41:35 +00:00
parent 5aec42f155
commit 057cde18f9
2 changed files with 3 additions and 3 deletions

View File

@ -79,8 +79,8 @@ for (property in properties)
} }
} }
out << """ out << """
#include "util/ifr/ap" #include "util/ifr/ap.hpp"
#include "util/ifr/p" #include "util/ifr/p.hpp"
namespace apache namespace apache
{ {

View File

@ -58,7 +58,7 @@ class GenerateCppMarshallingHeaders extends OpenWireCppMarshallingHeadersScript
#include "io/BinaryWriter.hpp" #include "io/BinaryWriter.hpp"
#include "command/${baseClass}.hpp" #include "command/${baseClass}.hpp"
#include "util/ifr/p" #include "util/ifr/p.hpp"
namespace apache namespace apache
{ {