~493pocbrcycmdw7yksonho9o2qzz-o18bz-d18ecat4t1b76tkfi3vttrkfngli/libmemcached/libmemcached

« back to all changes in this revision

Viewing changes to libtest/result/success.hpp

  • Committer: Continuous Integration
  • Date: 2013-04-21 01:20:30 UTC
  • mfrom: (1159.1.1 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20130421012030-0ztye5mh26tm1bqm
Merge lp:~brianaker/libmemcached/exception-cleanup Build: jenkins-Libmemcached-271

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    return "SUCCESS";
49
49
  }
50
50
 
 
51
  test_return_t return_code() const
 
52
  {
 
53
    return TEST_SUCCESS;
 
54
  }
 
55
 
51
56
private:
52
57
};
53
58