mirror of https://github.com/apache/activemq.git
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:
parent
5aec42f155
commit
057cde18f9
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue