Prechádzať zdrojové kódy

modules_k/xcap_server: Do not define xcaps_str_appsexml for the
moment as it seems unused and produces compiler warnings.

Timo Reimann 14 rokov pred
rodič
commit
8929a642a5
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      modules_k/xcap_server/xcap_server.c

+ 1 - 1
modules_k/xcap_server/xcap_server.c

@@ -415,11 +415,11 @@ static str xcaps_str_apprsxml   = {"application/rls-services+xml", 28};
 #if 0
 #if 0
 static str xcaps_str_nocontent  = {"No content", 10};
 static str xcaps_str_nocontent  = {"No content", 10};
 static str xcaps_str_appxcxml   = {"application/xcap-caps+xml", 25};
 static str xcaps_str_appxcxml   = {"application/xcap-caps+xml", 25};
+static str xcaps_str_appsexml	= {"application/vnd.oma.search+xml", 30};
 #endif
 #endif
 static str xcaps_str_appapxml   = {"application/auth-policy+xml", 27};
 static str xcaps_str_appapxml   = {"application/auth-policy+xml", 27};
 static str xcaps_str_appupxml	= {"application/vnd.oma.user-profile+xml", 36}; 
 static str xcaps_str_appupxml	= {"application/vnd.oma.user-profile+xml", 36}; 
 static str xcaps_str_apppcxml	= {"application/vnd.oma.pres-content+xml", 36};
 static str xcaps_str_apppcxml	= {"application/vnd.oma.pres-content+xml", 36};
-static str xcaps_str_appsexml	= {"application/vnd.oma.search+xml", 30};
 
 
 
 
 /**
 /**