dbertoni    01/04/10 15:51:19

  Modified:    c/src/XSLT VariablesStack.hpp
  Log:
  Fixed doc bug and added export of StackEntry for OS/390 port.
  
  Revision  Changes    Path
  1.10      +5 -3      xml-xalan/c/src/XSLT/VariablesStack.hpp
  
  Index: VariablesStack.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/VariablesStack.hpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- VariablesStack.hpp        2001/02/04 05:43:35     1.9
  +++ VariablesStack.hpp        2001/04/10 22:51:18     1.10
  @@ -212,8 +212,10 @@
        }
   
        /**
  -      * Given a name, find the corresponding XObject.  Since the variable may
  -      * not yet have been evaluated, this may return a null XObjectPtr.
  +      * Given a name, find the corresponding XObject.  If the variable
  +      * exists, but has not yet been evaluated, the variable will be
  +      * evaluated and the result returned.  This may return a null 
XObjectPtr,
  +      * if the variable was not found.
         *
         * @param qname name of variable
         * @param exeuctionContext the current execution context
  @@ -381,7 +383,7 @@
        friend class PushParamFunctor;
        friend class SetAndRestoreForceGlobalSearch;
   
  -     class StackEntry
  +     class XALAN_XSLT_EXPORT StackEntry
        {
        public:
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to