~raghavendra-prabhu/percona-xtradb-cluster/release-5.5.30-galera-2.x

« back to all changes in this revision

Viewing changes to galerautils/src/gu_datetime.hpp

  • Committer: Raghavendra D Prabhu
  • Date: 2013-04-12 15:26:34 UTC
  • mfrom: (95.2.24 2.x)
  • Revision ID: raghavendra.prabhu@percona.com-20130412152634-2y2u0swshf5fie2x
Merge lp:galera-2.x upto revision 150.

Following bugs are fixed:

lp:1166065
lp:1164992

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
            /*!
97
97
             * @brief Parse period string.
98
98
             */
99
 
            void parse(const std::string&) throw (gu::Exception);
 
99
            void parse(const std::string&);
100
100
 
101
101
            long long nsecs;
102
102
        };
188
188
             * @brief Parse date from string.
189
189
             * @todo Not implemented yet
190
190
             */
191
 
            void parse(const std::string& str_) throw (gu::Exception);
 
191
            void parse(const std::string& str_);
192
192
        };
193
193
 
194
194
        /*!