Ignore:
Timestamp:
Jun 19, 2015, 3:58:00 PM (9 years ago)
Author:
djay
Message:

Move createRegistry function to server_internal. Add the utils/registry service.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zoo-project/zoo-kernel/service.c

    r652 r676  
    12621262void inheritMap(map** out,map* in){
    12631263  map* content=in;
    1264   while(content!=NULL && *out!=NULL){
     1264  if((*out)==NULL){
     1265    addMapToMap(out,in);
     1266    return;
     1267  }
     1268  while(content!=NULL){
    12651269    map* cmap=getMap(*out,content->name);
    12661270    if(cmap==NULL)
Note: See TracChangeset for help on using the changeset viewer.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png