From 157f213da4f168034a76b3190fc8dbdf63446890 Mon Sep 17 00:00:00 2001 From: csoutheren Date: Tue, 13 Jul 2004 11:24:04 +0000 Subject: [PATCH] Moved expat define back to end of file --- src/ptclib/vxml.cxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/ptclib/vxml.cxx b/src/ptclib/vxml.cxx index dc22577b..d4fb461f 100644 --- a/src/ptclib/vxml.cxx +++ b/src/ptclib/vxml.cxx @@ -22,6 +22,9 @@ * Contributor(s): ______________________________________. * * $Log$ + * Revision 1.44 2004/07/13 11:24:04 csoutheren + * Moved expat define back to end of file + * * Revision 1.43 2004/06/30 12:17:05 rjongbloed * Rewrite of plug in system to use single global variable for all factories to avoid all sorts * of issues with startup orders and Windows DLL multiple instances. @@ -1963,10 +1966,6 @@ void PVXMLDigitsGrammar::Stop() // otherwise the state will stay as NOINPUT } -////////////////////////////////////////////////////////////////// - -#endif // P_EXPAT - /////////////////////////////////////////////////////////////// PVXMLChannel::PVXMLChannel(PVXMLChannelInterface & _vxmlInterface, @@ -2551,3 +2550,6 @@ void PVXMLQueueDataItem::Play(PVXMLChannel & outgoingChannel) PTRACE(3, "PVXML\tPlaying " << data.GetSize() << " bytes"); outgoingChannel.SetReadChannel(chan, TRUE); } + +#endif // P_EXPAT + -- 2.11.4.GIT