~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/json_server/json/value.h

  • Committer: Mark Atwood
  • Date: 2011-08-21 06:56:57 UTC
  • mfrom: (2385.3.34 rf)
  • Revision ID: me@mark.atwood.name-20110821065657-vk2at03z9u17mf1d
mergeĀ lp:~olafvdspek/drizzle/refactor7

Show diffs side-by-side

added added

removed removed

Lines of Context:
546
546
                         InArgs::const_iterator &itInArg, 
547
547
                         PathArgument::Kind kind );
548
548
      void invalidPath( const std::string &path, 
549
 
                        int location );
 
549
                        int location ) const;
550
550
 
551
551
      Args args_;
552
552
   };