~ubuntu-branches/ubuntu/lucid/gsmlib/lucid

« back to all changes in this revision

Viewing changes to gsmlib/gsm_sms_codec.cc

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2007-12-12 00:45:00 UTC
  • Revision ID: james.westby@ubuntu.com-20071212004500-u5uylu1048o2lwc8
Tags: 1.10-12ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - [debian/gsm-utils.postinst, debian/gsm-utils.init]
    Create /var/run/gsm-utils if it does not exist
  - Actually fix the init script (debian #377448)
  - Set Ubuntu maintainer adress.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#ifdef HAVE_STRING_H
24
24
#include <string.h>
25
25
#endif
 
26
#include <climits>
26
27
#include <string>
27
28
using namespace std;
28
29
using namespace gsmlib;