[licq-im/licq] 7ba64d: api: Assign values to all enum constants

[email protected] Sat, 20 Aug 2011 01:16:49 -0700
Newsgroups gmane.network.licq.cvs
Message-ID <[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/licq-im/licq

  Commit: 7ba64d8391bc9f471564b3e020080ede01638e54
      https://github.com/licq-im/licq/commit/7ba64d8391bc9f471564b3e020080ede01638e54
  Author: Anders Olofsson <[email protected]>
  Date:   2011-08-20 (Sat, 20 Aug 2011)

  Changed paths:
    M licq/include/licq/contactlist/user.h
  M licq/include/licq/event.h
  M licq/include/licq/filter.h
  M licq/include/licq/icq.h
  M licq/include/licq/logging/log.h
  M licq/include/licq/proxy.h
  M licq/include/licq/socket.h
  M licq/include/licq/utility.h
  M licq/src/icq/icq.h
  M licq/src/icq/oscarservice.cpp
  M licq/src/icq/threads.cpp

  Log Message:
  -----------
  api: Assign values to all enum constants

Have fixed values makes it easier to keep binary compatibility between
releases in case values are added or removed.