IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 10, 2007, 5:24:58 PM (19 years ago)
Author:
eugene
Message:

converting to kapa2 support: INET socket connections, single device type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/opihi/cmd.data/close.c

    r6686 r13344  
    2424  if (IsImage) {
    2525    if (!GetImage (&Source, &Nsource)) return (FALSE);
    26     close_image (Nsource);
     26    // close_image (Nsource);
    2727  } else {
    2828    if (!GetGraph (NULL, &Source, &Nsource)) return (FALSE);
    29     close_graph (Nsource);
     29    // close_graph (Nsource);
    3030  }
    3131
Note: See TracChangeset for help on using the changeset viewer.