]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/liborte/ORTEDomainApp.c
documentation patch
[orte.git] / orte / liborte / ORTEDomainApp.c
index 33c1040d09df7d7a2558f01f7938952e1de8ab14..4378bddfe75ef57a506ea49e81a0b64df26b4b72 100644 (file)
@@ -381,7 +381,7 @@ ORTEDomainAppDestroy(ORTEDomain *d) {
   pthread_rwlock_destroy(&d->typeEntry.lock);
   
   //Pattern
-  ORTEDomainAppSubscriptionPatternDestroyAll(d);
+  ORTEDomainAppSubscriptionPatternDestroy(d);
   pthread_rwlock_unlock(&d->typeEntry.lock);    
   pthread_rwlock_destroy(&d->patternEntry.lock);
   
@@ -455,7 +455,7 @@ ORTEDomainAppSubscriptionPatternRemove(ORTEDomain *d,const char *topic,
 
 /*****************************************************************************/
 Boolean 
-ORTEDomainAppSubscriptionPatternDestroyAll(ORTEDomain *d) {
+ORTEDomainAppSubscriptionPatternDestroy(ORTEDomain *d) {
   PatternNode *pnode;
   
   if (!d) return ORTE_FALSE;