Add category to CardElement

New method to return a JSON representation of the element.
This commit is contained in:
Francis Lachapelle
2014-09-12 09:59:48 -04:00
parent 779ff2f480
commit da03faf044
3 changed files with 91 additions and 3 deletions
+5 -3
View File
@@ -70,12 +70,13 @@ SOGo_HEADER_FILES = \
SOGoGroup.h \
SOGoUser.h \
\
CardElement+SOGo.h \
DOMNode+SOGo.h \
\
WORequest+SOGo.h \
WOResourceManager+SOGo.h \
WOResponse+SOGo.h \
WOContext+SOGo.h \
WOContext+SOGo.h \
\
SOGoCredentialsFile.h
@@ -84,7 +85,7 @@ all::
@touch SOGoBuild.m
SOGo_OBJC_FILES = \
SOGoBuild.m \
SOGoBuild.m \
SOGoProductLoader.m \
\
BSONCodec.m \
@@ -149,12 +150,13 @@ SOGo_OBJC_FILES = \
SOGoGroup.m \
SOGoUser.m \
\
CardElement+SOGo.m \
DOMNode+SOGo.m \
\
WORequest+SOGo.m \
WOResourceManager+SOGo.m \
WOResponse+SOGo.m \
WOContext+SOGo.m \
WOContext+SOGo.m \
\
SOGoCredentialsFile.m