IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26416


Ignore:
Timestamp:
Dec 15, 2009, 6:09:04 PM (16 years ago)
Author:
eugene
Message:

add some comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/Ohana/src/libkapa/src/KiiOverlay.c

    r15620 r26416  
    9292
    9393  write (fd, textdata, Ntextdata);
    94   KiiWaitAnswer (fd, "DONE");
     94  KiiWaitAnswer (fd, "DONE"); // this 'DONE' notes the end of the textdata buffer
    9595
    9696  free (buffer);
    9797  free (textdata);
    9898
    99   KiiWaitAnswer (fd, "DONE");
     99  KiiWaitAnswer (fd, "DONE"); // this 'DONE' notes the end of the command
    100100  return (TRUE);
    101101}
Note: See TracChangeset for help on using the changeset viewer.